package pathexpr

Import Path
	github.com/ChrisTrenkamp/goxpath/parser/pathexpr (on go.dev)

Dependency Relation
	imports one package, and imported by 2 packages

Involved Source Files pathexpr.go
Package-Level Type Names (only one)
/* sort by: | */
PathExpr represents XPath step's. xmltree.XMLTree uses it to find nodes. Axis string NS map[string]string Name xml.Name NodeType string func github.com/ChrisTrenkamp/goxpath/internal/execxp/findutil.Find(x tree.Node, p PathExpr) []tree.Node